/* 1920屏 */


/* @media (min-width: 1920px) { */

.propaganda {
    width: 82%;
    height: 120px;
    background: url(../../images/propaganda-bg.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 41px;
    margin-top: 39px;
}

.propaganda_box {
    width: 1118px;
    height: 82px;
    background: url(../../images/propaganda-box.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.propaganda_box p {
    color: #fff;
    font-size: 55px;
    /* overflow: hidden; */
}

.propaganda_box p:nth-child(2) {
    margin: 0 65px;
}

.one_ping {
    margin-bottom: 42px;
}

.tow_ping {
    margin-bottom: 49px;
}

.lunbo-box {
    width: 49%;
    height: 420px;
    background: #ffffff;
}

.lunbo-box img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.tongzhi {
    width: 49%;
    height: 418px;
    background: #ffffff;
    box-shadow: 5px 3px 6px 2px rgba(99, 99, 99, 0.1);
}

.home_news,
.home_dontai {
    width: 43%;
    height: 370px;
    background: #ffffff;
    box-shadow: 5px 3px 6px 2px rgba(99, 99, 99, 0.1);
}

.home_jianseh {
    width: 12%;
    /*background: #ffffff;*/
    padding-top: 20px;
}
.home_jianseh li{
    margin-bottom: 22px;
}
.home_jianseh li:last-of-type{
    margin-bottom: 0;
}
.home_jianseh li a{
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D30B15;
    color: #F7F7F7;
    font-size: 18px;
}
.home_jianseh li a span{
    margin-left: 14px;
}
.home_jianseh li:nth-child(2n) a{
    background: #CF8D37;
}
.huiyuan_zhanshi_title {
    text-align: center;
    margin-bottom: 33px;
    font-size: 30px;
    color: #000;
    width: 100%;
}

.lunbo-pagination,
.huiyuan-pagination {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 2;
    padding: 0 35px;
    color: #fff;
}

.huiyuan-pagination {
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.lunbo-pagination a,
.huiyuan-pagination a {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: block;
}

.huiyuan-pagination a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lunbo-box .swiper-pagination {
    text-align: right;
    right: 10px;
    left: auto;
    width: auto;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #d30b15;
}

.home_news_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 23px;
    padding-right: 34px;
    padding-top: 22px;
    margin-bottom: 16px;
}

.home_news_title p {
    font-size: 20px;
    color: #000000;
}

.home_news_title .more {
    color: #000;
    font-size: 14px;
}

.home_news_list {
    padding-left: 23px;
    padding-right: 34px;
}

.home_news_list li {
    padding-left: 25px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 18px;
}

.home_news_list li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.home_news_list li a:hover p {
    color: #A8070F;
}

.home_news_list li a p {
    color: #000000;
    font-size: 16px;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_news_list li a span {
    color: #999999;
    font-size: 14px;
}

.home_news_list li::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #FF7F4D;
    border-radius: 50%;
    position: absolute;
    left: 11px;
    display: block;
}

.huiyuan_zhanshi_nr {
    position: relative;
    width: 100%;
    padding: 0 23px;
}

.vip_slide {
    height: 276px;
    display: block;
}

.vip_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prev {
    position: absolute;
    left: 0;
    top: 47px;
    cursor: pointer;
}

.next {
    position: absolute;
    right: 0;
    top: 47px;
    cursor: pointer;
}

.prev em,
.next em {
    display: none;
}

.prev:hover span,
.next:hover span {
    display: none;
}

.prev:hover em,
.next:hover em {
    display: block;
}


/* } */

/*.mobile-headerwrap {*/
/*    display: none;*/
/*}*/

@media screen and (max-width: 768px) {

    .lunbo-box,
    .tongzhi,
    .home_news,
    .home_dontai,
    .home_jianseh,
    .footer-box {
        width: 100%;
        height: auto;
    }
    .lunbo-box,.lunbo-box img{
        height: 275px;
    }
    .lunbo-pagination a, .huiyuan-pagination a{
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .lunbo-pagination, .huiyuan-pagination{
        padding-right: 90px;
    }
    .one_ping,.home_news,.tow_ping{
        margin-bottom: 10px;
    }
    .home_jianseh li{
        width: 49%;
    }
    .home_jianseh ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .propaganda{
        width: 94%;
        height: 47px;
        margin: 20px auto;
    }
    .propaganda_box{
        width: 100%;
    }
    .propaganda_box p{
        font-size: 21px;
    }
    .propaganda_box p:nth-child(2){
        margin: 0px 10px;
    }
}


/*菜单动画*/

@keyframes ani-menu {
    0% {
        /*left: -100%;*/
        height: 0;
    }
    100% {
        /*left: 0;*/
        height: calc(100%);
    }
}

@-webkit-keyframes ani-menu {
    0% {
        /*	left: -100%;*/
        height: 0;
    }
    100% {
        /*	left: 0;*/
        height: calc(100%);
    }
}

@keyframes ani-menu1 {
    0% {
        /*	left: 0; */
        height: calc(100%);
    }
    100% {
        /*	left: -100%;*/
        height: 0;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes ani-menu1 {
    0% {
        /*left: 0;*/
        height: calc(100%);
    }
    100% {
        /*left: -100%;*/
        height: 0;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    }
}



